home *** CD-ROM | disk | FTP | other *** search
/ PCMania 72 / PCMania CD72_2.iso / Setas.ini < prev   
INI File  |  1998-07-03  |  12KB  |  283 lines

  1.  
  2. ; --------------------------------------------------------------------
  3. ;       Template DIRECTOR.INI file for Director 6 for Windows.
  4. ; --------------------------------------------------------------------
  5.  
  6.  
  7.  
  8.  
  9. [Memory]
  10. ;ExtraMemory=400
  11. ; Amount of kBytes over and above physical memory for use by a projector.
  12.  
  13. ;SwapFileMeg=0
  14. ; Amount of megabytes of SwapFile space to enable during authoring.
  15. ; Default is to allow swapfile space of up to 1/2 of the available 
  16. ; physical RAM.
  17.  
  18.  
  19.  
  20. [Graphics]
  21. ;Wing=1
  22. ; 0: Do not use WinG graphics accelerator.
  23. ; 1: Use WinG graphics accelerator software. This requires
  24. ;    certain system files to be installed. Projector size and memory 
  25. ;    usage may increase. See the documentation for details.       
  26.  
  27.  
  28.  
  29. [Palette]
  30. Animation=0
  31. ; 1: allows director to take control of the palette for fast palette effects
  32. ;    and transitions.
  33. ; 0: prevents director from taking control of the palette so other apps,
  34. ;    wallpaper etc. look better but palette effects and transitions will
  35. ;    be slower.
  36.  
  37.  
  38.  
  39. ; Global Sound Settings ------------------------------------------------
  40.  
  41. [Sound]
  42. ; Settings in the [Sound] section apply to all sound cards.
  43.  
  44. ;SpoolBufferAlloc=0 
  45. ; When to allocate spool buffers
  46. ; 0 means allocate/deallocate dynamically, when sound starts/stops.
  47. ; 1 means allocate spool once at startup and keep for entire session.
  48.  
  49. ;LowSpoolBufferMs=2500
  50. ; Length of one 8bit spool buffer, in milliseconds.
  51.  
  52. ;HighSpoolBufferMs=1500
  53. ; Length of one 16-bit spool buffer, in milliseconds.
  54.  
  55. ;SpoolBufferCount=2
  56. ; Number of spool buffers to use. Must range from 2 to 10.
  57.  
  58. ;MixMaxChannels=4
  59. ; Maximum number of channels supported by the sound mixer. The actual
  60. ; number you can mix depends on the processing power of your computer.
  61. ; Must range from 1 to 8.
  62.  
  63. ;MixWaveDevice=0 
  64. ; DeviceID of waveOut device to use for playing.
  65. ; Must range from 0 to (# of devices - 1).
  66.  
  67. ;SoundLevel0=0                  ; waveOut volume of lingo soundLevel = 0
  68. ;SoundLevel1=24770              ; waveOut volume of lingo soundLevel = 1
  69. ;SoundLevel2=35030              ; waveOut volume of lingo soundLevel = 2
  70. ;SoundLevel3=42903              ; waveOut volume of lingo soundLevel = 3
  71. ;SoundLevel4=49540              ; waveOut volume of lingo soundLevel = 4
  72. ;SoundLevel5=55388              ; waveOut volume of lingo soundLevel = 5
  73. ;SoundLevel6=60674              ; waveOut volume of lingo soundLevel = 6
  74. ;SoundLevel7=65535              ; waveOut volume of lingo soundLevel = 7
  75.  
  76. ;MixMaxFidelity=99
  77. ; Sets a limit on the fidelity of sound output. For best performance, use
  78. ; the default setting of 99 (switch on-the-fly), or choose the lowest value
  79. ; possible of the three fixed sound formats (0, 1, 2):
  80. ;  0  = 22.05k samples/sec, 8-bit, mono
  81. ;  1  = 22.05k samples/sec, 8-bit, stereo
  82. ;  2  = 44.1k samples/sec, 16-bit, stereo
  83. ;  99 = Switch formats on-the-fly.  The first sound in a run of overlapping
  84. ;       sounds determines the format for that run.  The format used is the
  85. ;       lowest of the three output formats (0,1,2 above) which is as close
  86. ;       as possible in fidelity to the sound to be played, while still being
  87. ;       supported by the installed sound card. 
  88.  
  89. ; Default Sound Settings -----------------------------------------------
  90.  
  91. [Low Mono Default Sound]
  92. ; Settings in the [Low Mono Default Sound] section apply when the target
  93. ; output format is 22K, 8-bit, mono.  The target output format depends
  94. ; on the capabilities of the sound card as well as the setting of
  95. ; MixMaxFidelity.   These settings are used when the installed sound card
  96. ; is not known to Director and is not specified explictly in the
  97. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  98. ; Override sections will override these values for specific sound cards,
  99. ; or for all sound cards, respectively.
  100.  
  101. ;MixBufferMs=200
  102. ; Length of each mixing buffer, in milliseconds.
  103.  
  104. ;MixBufferBytes=0
  105. ; Length of each mixing buffer, in bytes.  Setting this value to non-0,
  106. ; along with setting MixBufferMs=0, lets you specify the buffer size in 
  107. ; bytes rather than milliseconds.
  108.  
  109. ;MixBufferCount=4
  110. ; Number of mixing buffers to use. Must range from 2 to 16.
  111.  
  112. ;MixServiceMode=0
  113. ; 0 means use timer interrupts to drive mixer. Interrupt settings will be
  114. ;         applied from MixIntPeriodMs and MixIntResolutionMs.
  115. ; 1 means use polling to drive mixer. This may cause sound to drop out when
  116. ;         CPU cycles are being hogged by other tasks, disk accesses, etc.
  117. ; 2 means use the waveOut buffer-completion callback to drive mixer.  If
  118. ;         this mode is set, it is best to use MixBufferBytes to specify a
  119. ;         fixed buffer size which is a multiple of 1024.  This mode is not 
  120. ;         supported by all sound cards.
  121.  
  122. ;MixIntPeriodMs=200
  123. ; Interrupt period, in milliseconds. Only used when MixServiceMode is zero.
  124.  
  125. ;MixIntResolutionMs=50
  126. ; Interrupt resolution, in milliseconds. Only used when MixServiceMode is zero.
  127.  
  128.  
  129. [Low Default Sound]
  130. ; Settings in the [Low Default Sound] section apply when the target
  131. ; output format is 22K, 8-bit, stereo.  The target output format depends
  132. ; on the capabilities of the sound card as well as the setting of
  133. ; MixMaxFidelity.   These settings are used when the installed sound card
  134. ; is not known to Director and is not specified explictly in the
  135. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  136. ; Override sections will override these values for specific sound cards,
  137. ; or for all sound cards, respectively.
  138.  
  139. ;MixBufferMs=200
  140. ;MixBufferBytes=0
  141. ;MixBufferCount=4
  142. ;MixServiceMode=0
  143. ;MixIntPeriodMs=200
  144. ;MixIntResolutionMs=50
  145.  
  146.  
  147. [High Default Sound]
  148. ; Settings in the [High Default Sound] section apply when the target
  149. ; output format is 44K, 16-bit, stereo.  The target output format depends
  150. ; on the capabilities of the sound card as well as the setting of
  151. ; MixMaxFidelity.   These settings are used when the installed sound card
  152. ; is not known to Director and is not specified explictly in the
  153. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  154. ; Override sections will override these values for specific sound cards,
  155. ; or for all sound cards, respectively.
  156. ;MixBufferMs=200
  157. ;MixBufferBytes=0
  158. ;MixBufferCount=4
  159. ;MixServiceMode=0
  160. ;MixIntPeriodMs=200
  161. ;MixIntResolutionMs=50
  162.  
  163.  
  164.  
  165. ; Sound Card-Specific Settings -----------------------------------------
  166.  
  167. ;[Low Mono <SoundCardName>]
  168. ; Settings in this section apply when the target output format is
  169. ; 22K 8-bit mono, and you're using a particular sound card.  The target
  170. ; output format depends on the capabilities of the sound card, as well
  171. ; as the setting of MixMaxFidelity.  You can have any number of these 
  172. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  173. ; with the actual name of the sound card you want to set defaults for.  
  174. ; To find the name of your card, launch the Sound Mapper application, 
  175. ; and look in the Playback field.  Director maintains a built-in table
  176. ; of settings for many popular sound cards.  Settings in this section take 
  177. ; precedence over Director's built-in settings.
  178. ;MixBufferMs=200
  179. ;MixBufferCount=4
  180. ;MixBufferBytes=0
  181. ;MixServiceMode=0
  182. ;MixIntPeriodMs=200
  183. ;MixIntResolutionMs=50
  184.  
  185.  
  186. [Low <SoundCardName>]
  187. ; Settings in this section apply when the target output format is
  188. ; 22K 8-bit stereo, and you're using a particular sound card.  The target
  189. ; output format depends on the capabilities of the sound card, as well
  190. ; as the setting of MixMaxFidelity.  You can have any number of these 
  191. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  192. ; with the actual name of the sound card you want to set defaults for.  
  193. ; To find the name of your card, launch the Sound Mapper application, 
  194. ; and look in the Playback field.  Director maintains a built-in table
  195. ; of settings for many popular sound cards.  Settings in this section take 
  196. ; precedence over Director's built-in settings.
  197. ;MixBufferMs=200
  198. ;MixBufferCount=4
  199. ;MixBufferBytes=0
  200. ;MixServiceMode=0
  201. ;MixIntPeriodMs=200
  202. ;MixIntResolutionMs=50
  203.  
  204.  
  205. ;[High <SoundCardName>]
  206. ; Settings in this section apply when the target output format is
  207. ; 44K 16-bit stereo, and you're using a particular sound card.  The target
  208. ; output format depends on the capabilities of the sound card, as well
  209. ; as the setting of MixMaxFidelity.  You can have any number of these 
  210. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  211. ; with the actual name of the sound card you want to set defaults for.  
  212. ; To find the name of your card, launch the Sound Mapper application, 
  213. ; and look in the Playback field.  Director maintains a built-in table
  214. ; of settings for many popular sound cards.  Settings in this section take 
  215. ; precedence over Director's built-in settings.
  216. ;MixBufferMs=200
  217. ;MixBufferBytes=0
  218. ;MixBufferCount=4
  219. ;MixServiceMode=0
  220. ;MixIntPeriodMs=200
  221. ;MixIntResolutionMs=50
  222.  
  223.  
  224.  
  225. ; Sound Override Settings ----------------------------------------------
  226.  
  227. [Low Mono Override]
  228. ; Settings in the [Low Mono Override] apply when the target ouput format
  229. ; is 22K 8-bit mono.  The target output format depends on the capabilities
  230. ; of the sound card, as well as the setting of MixMaxFidelity.
  231. ; These settings will override Director's internal settings, any defaults
  232. ; specified in the Default Sound sections, as well as settings for specific 
  233. ; cards.  Change these settings only if you want to force Director to use
  234. ; certain values regardless of the sound card installed in the computer.
  235. ; It is not recommended that you modify these settings for movies which
  236. ; you are going to distribute, as they will override Director's internal
  237. ; settings which are already optimized for various sound cards.
  238. ;MixBufferMs=200
  239. ;MixBufferBytes=0
  240. ;MixBufferCount=4
  241. ;MixServiceMode=0
  242. ;MixIntPeriodMs=200
  243. ;MixIntResolutionMs=50
  244.  
  245. [Low Override]
  246. ; Settings in the [Low Override] apply when the target ouput format
  247. ; is 22K 8-bit stereo.  The target output format depends on the capabilities
  248. ; of the sound card, as well as the setting of MixMaxFidelity.
  249. ; These settings will override Director's internal settings, any defaults
  250. ; specified in the Default Sound sections, as well as settings for specific 
  251. ; cards.  Change these settings only if you want to force Director to use
  252. ; certain values regardless of the sound card installed in the computer.
  253. ; It is not recommended that you modify these settings for movies which
  254. ; you are going to distribute, as they will override Director's internal
  255. ; settings which are already optimized for various sound cards.
  256. ;MixBufferMs=200
  257. ;MixBufferBytes=0
  258. ;MixBufferCount=4
  259. ;MixServiceMode=0
  260. ;MixIntPeriodMs=200
  261. ;MixIntResolutionMs=50
  262.  
  263.  
  264. [High Override]
  265. ; Settings in the [High Override] apply when the target ouput format
  266. ; is 44K 16-bit stereo.  The target output format depends on the capabilities
  267. ; of the sound card, as well as the setting of MixMaxFidelity.
  268. ; These settings will override Director's internal settings, any defaults
  269. ; specified in the Default Sound sections, as well as settings for specific 
  270. ; cards.  Change these settings only if you want to force Director to use
  271. ; certain values regardless of the sound card installed in the computer.
  272. ; It is not recommended that you modify these settings for movies which
  273. ; you are going to distribute, as they will override Director's internal
  274. ; settings which are already optimized for various sound cards.
  275. ;MixBufferMs=200
  276. ;MixBufferBytes=0
  277. ;MixBufferCount=4
  278. ;MixServiceMode=0
  279. ;MixIntPeriodMs=200
  280. ;MixIntResolutionMs=50
  281.  
  282.